go/parser.parser.parseList (method)
8 uses
go/parser (current package)
parser.go#L510: func (p *parser) parseList(inRhs bool) []ast.Expr {
parser.go#L1916: x := p.parseList(false)
parser.go#L1935: y = p.parseList(true)
parser.go#L2039: x = p.parseList(true)
parser.go#L2180: list = p.parseList(true)
parser.go#L2280: lhs := p.parseList(false)
parser.go#L2544: values = p.parseList(true)
parser.go#L2553: values = p.parseList(true)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)